home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / tsfaqp35.zip / TSFAQP.IDX < prev    next >
Text File  |  1996-11-12  |  8KB  |  147 lines

  1. This file TSFAQP.IDX lists the contents of
  2.  
  3.             ftp://garbo.uwasa.fi/pc/ts/tsfaqp35.zip
  4.                        also available as
  5.             ftp://garbo.uwasa.fi/pc/link/tsfaqp.zip
  6.  
  7.        Common Turbo Pascal Questions and Timo's answers
  8.  
  9. --------------------------------------------------------------------
  10. FAQPAS.TXT Frequently (and not so frequently) asked Turbo Pascal
  11. questions with Timo's answers.
  12.  1) How do I disable or capture the break key in Turbo Pascal?
  13.  2) How do I get a printed documentation of my students' TP runs?
  14.  3) What is the code for the weekday of a given date?
  15.  4) Need a program to format Turbo Pascal source code consistently
  16.  5) Can someone give me advice for writing a tsr program?
  17.  6) Why can't I read / write the com ports?
  18.  7) What are interrupts and how to use them in Turbo Pascal?
  19.  8) Should I upgrade my Turbo Pascal version?
  20.  9) How do I execute an MS-DOS command from within a TP program?
  21. 10) How is millisecond timing done?
  22. 11) How can I read the text character fonts from the memory?
  23. 12) How to find the files in a directory and subdirectories?
  24. 13) I need a power function but there is none in Turbo Pascal.
  25. 14) How can I create arrays that are larger than 64 kilobytes?
  26. 15) How can I test that the printer is ready?
  27. 16) How can I clear the keyboard type-ahead buffer?
  28. 17) How can I utilize expanded memory (EMS) in my programs?
  29. 18) How can I obtain the entire command line?
  30. 19) How do I redirect text from printer to file in my TP program?
  31. 20) Turbo Pascal is for wimps. Use standard Pascal or C instead?
  32. 21) How do I turn the cursor off?
  33. 22) How to find all roots of a polynomial?
  34. 23) What is all this talk about "Pascal homework on the net"?
  35. 24) How can I link graphics drivers directly into my executable?
  36. 25) How can I trap a runtime error?
  37. --------------------------------------------------------------------
  38. FAQPAS2.TXT More frequently (and not so frequently) asked Turbo
  39. Pascal questions with Timo's answers.
  40. 26) How to get ansi control codes working in Turbo Pascal writes?
  41. 27) How to evaluate a function given as a string to the program?
  42. 28) How does one detect whether input (or output) is redirected?
  43. 29) How does one set the 43/50 line text mode?
  44. 30) How can I assign a value to an environment variable in TP?
  45. 31) How does one store, and then restore the original screen?
  46. 32) How can I convert a TPU unit of one TP version to another?
  47. 33) Which error is e.g. Runtime error 205, etc
  48. 34) Why can't I open read-only files? I get "File access denied".
  49. 35) How do I obtain high and low parts of a byte variable?
  50. 36) How can I set a hi-intensity color background in the text mode?
  51. 37) Where can I find a program to convert (Turbo) Pascal to C?
  52. 38) How can I read input without echoing to the screen?
  53. 39) How can I edit the readln input stream?
  54. 40) How can I write (brand) something into my executables?
  55. 41) What is wrong with my program? It hangs without a clear pattern?
  56. 42) How do I convert a decimal word into a hexadecimal string, etc?
  57. 43) How to determine the last drive?
  58. 44) How can I put a running clock into my Turbo Pascal program?
  59. 45) How to establish if a name refers to a directory or not?
  60. 46) How does one disable alt-ctrl-del?
  61. 47) How can I test whether a file exists?
  62. 48) What is the name of the current Turbo Pascal program?
  63. 49) How is the code for rebooting the PC written in Turbo Pascal?
  64. 50) How can I write inline code?
  65. --------------------------------------------------------------------
  66. FAQPAS3.TXT The third set of frequently (and not so frequently)
  67. asked Turbo Pascal questions with Timo's answers.
  68. 51) I am running out of memory when compiling my large program.
  69. 52) How do I avoid scrolling in the last column of the last row?
  70. 53) How can one hide (or unhide) a directory using a TP program?
  71. 54) How do I test whether a file is already open in a TP program?
  72. 55) How can I test and convert a numerical string into a real?
  73. 56) How can I reverse a TP .EXE or .TPU back into source code?
  74. 57) How can I calculate the difference between two points of time?
  75. 58) Is a program running stand-alone or from within the IDE?
  76. 59) Please explain Turbo Pascal memory addressing to me.
  77. 60) How do I obtain a bit or bits from a byte, a word or a longint?
  78. 61) What are Binary Coded Decimals? How to convert them?
  79. 62) How can I copy a file in a Turbo Pascal program?
  80. 63) How can I use C code in my Turbo Pascal program?
  81. 64) How do I get started with the Turbo Profiler?
  82. 65) How can I detect if the shift/ctrl/alt etc key is pressed?
  83. 66) How do I get a base 10 logarithm in TP?
  84. 67) If Delay procedure does not work properly, how do I fix it?
  85. 68) How much memory will my TP program require?
  86. 69) How to detect if a drive is a CD-ROM drive?
  87. 70) How do I convert an array of characters into a string?
  88. 71) How do I get started with graphics programming?
  89. 72) Where to I find the different sorting source codes?
  90. 73) A beginner's how to write and compile units.
  91. 74) What are and how do I use pointers?
  92. 75) How can I read another program's errorlevel value in TP?
  93. --------------------------------------------------------------------
  94. FAQPAS4.TXT The fourth set of frequently (and not so frequently)
  95. asked Turbo Pascal questions with Timo's answers.
  96. 76) What are the current Pascal newsgroups on the Usenet news?
  97. 77) How do I detect the CapsLock status, how do I turn it on/off?
  98. 78) How do I detect if the F11 or F12 key has been pressed?
  99. 79) How do I extract (parse) substrings from an input string?
  100. 80) How do I find out the size of any kind of a file?
  101. 81) How do I format graphics output like in textmode writeln?
  102. 82) How do I detect if more than one standard key is pressed down?
  103. 83) How can I read a disk's Volume Serial Number?
  104. 84) How can I disable and then enable the keyboard in my TP program?
  105. 85) How do I get the character device name of the (first) CD-ROM?
  106. 86) How do I eject a CD-ROM using a Turbo Pascal program?
  107. 87) How do I find out if the ANSI.SYS driver has been loaded?
  108. 88) Where do I find Turbo Pascal tutorials and/or good textbooks?
  109. 89) How do I make an executable of my Turbo Pascal source program?
  110. 90) How can I quickly read the last byte of a file?
  111. 91) Is 2000 a leap year? What is the leap year algorithm?
  112. 92) Does anybody have a program that gives the week number?
  113. 93) How can I use OutText to write numbers in the graphics mode?
  114. 94) How can I redirect output to file if I use the Crt unit?
  115. 95) How to write a function to return true if I am in graphics mode?
  116. 96) My graph.tpu got corrupted. Someone please email me a new copy.
  117. 97) How can I avoid run-time errors in numeric input using readln?
  118. 98) How can I limit the user's readln input to e.g. 3 characters?
  119. 99) Can you tell a beginner how to delete files with Turbo Pascal?
  120. 100) Could you please explain shl and shr operators to a beginner?
  121. --------------------------------------------------------------------
  122. FAQPAS5.TXT The fifth set of frequently (and not so frequently)
  123. asked Turbo Pascal questions with Timo's answers.
  124. 101) How do I detect if mouse hardware/driver is installed?
  125. 102) How can I read absolute sectors directly from a floppy?
  126. 103) How can I move a file to another directory in Turbo Pascal?
  127. 104) How can I get/set a disk volume label?
  128. 105) Is there a function to chop off the leading zero from 0.322?
  129. 106) How can I print a text file (and conclude sending a formfeed)?
  130. 107) How can I round 4.1256455 to two decimal places to give 4.13?
  131. 108) How can I list with paths all the files on a drive?
  132. --------------------------------------------------------------------
  133. FAQPASB.TXT Bibliography of textbooks and references for frequently
  134. asked Turbo Pascal questions with Timo's answers.
  135. --------------------------------------------------------------------
  136. INFO-PAS.TXT Info-pascal mailing list information
  137. 1) How to subscribe/unsubscribe to the info-pascal mailing list?
  138. 2) Is there a mailing list for comp.lang.pascal.borland?
  139. 3) How can I prevent bounces from the comp.lang.pascal.misc list?
  140. --------------------------------------------------------------------
  141.  
  142. ....................................................................
  143. Prof. Timo Salmi   Co-moderator of news:comp.archives.msdos.announce
  144. Moderating at ftp:// & http://garbo.uwasa.fi archives  193.166.120.5
  145. Department of Accounting and Business Finance  ; University of Vaasa
  146. mailto:ts@uwasa.fi  <URL:http://uwasa.fi/~ts>  ; FIN-65101,  Finland
  147.